home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 76 / megaboot.txt < prev   
Text File  |  1987-09-03  |  4KB  |  91 lines

  1.  
  2.                     Documentation for MegaBoot v1.0
  3.  
  4.                by Darek Mihocka and Ignac A. Kolenko Jr.
  5.  
  6. MegaBoot  is yet another program to stick in your AUTO  directory. 
  7.  
  8. It has 3 functions:
  9.      - do a quick memory test
  10.      - switch to medium rez (if in color)
  11.      - and load the DESKTOP.INF appropriate for the current resolution
  12.        (a MUST for anyone with 2 monitors and a hard drive!!!)
  13.  
  14. 0. System Requirments
  15.  
  16. MegaBoot  must be placed in the AUTO directory of your boot  disk.  This 
  17. can be either A: or C: if your hard drive boots automatically. 
  18.  
  19. MEGABOOT.PRG  should  be the first file in  your  AUTO  directory.  This 
  20. allows the memory test to test all of memory,  before any RAMdisks  take 
  21. part  away.  This  also  allows other AUTO programs to  function  in  80 
  22. columns,  which  is  usually  better than looking at a  wide  40  column 
  23. display (especially if you just switched from mono!).
  24.  
  25. If you encounter any problems with this program, or have suggestions for 
  26. other features that could be put in, contact Darek Mihocka on Compuserve 
  27. at 73657,2714 and on GEnie as DAREKM.
  28.  
  29. Also if you have any questions regarding the aSTronomer, MegaBlit, or the 
  30. ST Xformer, feel easy about dropping a message. Our software is free.
  31.  
  32. the aSTronomer is Ignac's star chart program from the latest START.
  33. MegaBlit is GEM based drawing program, soon to become avaiable as a Degas 
  34. Elite compatible accessory, with a built in shell.
  35. The  ST Xformer is an Atari 800 emulator that will soon appear in ST  Log 
  36. magazine.
  37.  
  38. *************************************************************************
  39.  
  40. 1. Memory Test
  41.  
  42. The memory test consists of a 2 pass destructive test of the heap.  On a 
  43. 1 Meg machine is takes about 3 seconds to completely finish.  At boot up 
  44. time,  less  than  100K  of memory is actually  used,  so  most  of  the 
  45. available  memory  is tested.  The 32K of screen memory will  show  it's 
  46. defects  (if  any)  very clearly,  and any defects  in  lower  RAM  will 
  47. probably  result  in the computer not booting.  So the  memory  that  is 
  48. tested is what will be used by accessories and applications.
  49.  
  50. The first pass writes hex values $FF to all the memory  locations,  then 
  51. goes back and checks them all.  The second pass then does the same thing 
  52. with  value  $00.  If  any bytes change in value,  the  memory  test  is 
  53. reported to have failed, otherwise it passes.
  54.  
  55. If the memory test does fail,  use a more complex memory testing program 
  56. to isolate the exact memory location that fails.
  57.  
  58. 2. Medium Resolution
  59.  
  60. The  ST  normally  boots up in lo resolution if it  is  in  color.  This 
  61. results in a 40 column desktop. By switching to medium rez, you can save 
  62. the  DESKTOP.INF  file to allow it to boot up in 80 columns  next  time. 
  63. However, any programs in the AUTO directory will still be executed in 40 
  64. column  mode,  since  DESKTOP.INF  is loaded after  the  files  in  AUTO 
  65. execute.
  66.  
  67. MegaBoot  solves  this problem by switching to medium  resolution  right 
  68. away. It must be the first file in the AUTO directory.
  69.  
  70. 3. DESKTOP.INF
  71.  
  72. A  major  problem  with having 2 monitors is that  a  desktop  saved  in 
  73. monochrome  will  boot up in 40 column mode on  a  color  monitor.  This 
  74. usually  results  in half the icons and windows being  off  the  screen, 
  75. especially if you have a hard drive with 10 or more icons!
  76.  
  77. Conversly, a desktop saved in color will boot up in monochrome with most 
  78. of the icons bunched up in the top half of the screen.
  79.  
  80. To solve this,  you must save DESKTOP.INF twice.  In monochrome, save it 
  81. and  then rename it to DESKTOP.HI.  In color,  save it and rename it  to 
  82. DESKTOP.MED. MegaBoot will then copy the appropriate file to DESKTOP.INF 
  83. so that the desktop comes out properly.
  84.  
  85. DESKTOP.HI  and DESKTOP.MED can be changed to hidden files so  that  only 
  86. DESKTOP.INF appears on the desktop.  Remember to update them if you  wish 
  87. to modify DEKSTOP.INF, since DESKTOP.INF gets erased on every boot.
  88.  
  89. *************************************************************************
  90.  
  91.